home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / 2footno.helpfoot < prev    next >
Text File  |  1991-10-23  |  2KB  |  22 lines

  1. +-----------------------------------------------------------------------------+
  2. |                        TEXT1 \footnotedivider COMMAND                       |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The  \footnotedivider   command  is  always   used  in  conjunction   with  the
  6. \footnoteformat  (\fnf) command,  and will  set the  length for  the line  that
  7. divides the page text from the beginning  of the footnote text.  The format for
  8. the \footnotedivider command is:                                               
  9.                                                                                
  10.           \footnoteformat{                                                     
  11.           \footnotedivider{xx}                                                 
  12.           }                                                                    
  13.                                                                                
  14. Where "xx" is any valid TeX measurement (pt, pc, in, etc.). For example,       
  15.                                                                                
  16.          \footnoteformat{                                                      
  17.          \footnotedivider{1.5in}                                               
  18.          }                                                                     
  19.                                                                                
  20. would make the horizontal rule before the  footnote text to be one and one-half
  21. inches long.                                                                   
  22.